var crypto/tls.cipherSuites

2 uses

	crypto/tls (current package)
		cipher_suites.go#L149: var cipherSuites = []*cipherSuite{ // TODO: replace with a map, since the order doesn't matter.
		cipher_suites.go#L626: 	for _, cipherSuite := range cipherSuites {